revBrowserNavigate
Type
command
Summary
Navigates a browser to a given url.
Syntax
revBrowserNavigate <instanceId>, <url>
XBrowser_Navigate <url> [, <instanceId>]
Description
The revBrowserNavigate function navigates to the given url in the browser identified by the instanceId.
For general information on using the browser library, please see the notes in the revBrowserOpen function reference.
Parameters
Name | Type | Description |
---|---|---|
instanceId | The instanceId is an integer that identifies a browser control opened by the revBrowserOpen function. | |
url | Any url that the browser supports. Eg "http://www.livecode.com\", "https://livecode.com\". |
Examples
revBrowserNavigate sBrowserId, "http://www.google.com"
Related
command: revBrowserForward, revBrowserRedraw, revBrowserStop, revBrowserRefresh, revBrowserBack
function: revBrowserOpen
glossary: function
message: queryRecordChanged, browserBeforeNavigate, browserNavigateComplete, browserNavigateCompleteFrame
Compatibility and Support
Introduced
LiveCode 2.8.1
OS
mac
windows
Platforms
desktop